home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / plaf / basic / BasicComboBoxUI$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  812 b   |  23 lines

  1. package javax.swing.plaf.basic;
  2.  
  3. final class BasicComboBoxUI$1 implements Runnable {
  4.    // $FF: synthetic field
  5.    private final BasicComboBoxUI this$0;
  6.  
  7.    // $FF: synthetic method
  8.    BasicComboBoxUI$1(BasicComboBoxUI var1) {
  9.       this.this$0 = var1;
  10.    }
  11.  
  12.    public void run() {
  13.       if (this.this$0.comboBox != null) {
  14.          if (this.this$0.editor != null) {
  15.             this.this$0.editor.setFont(this.this$0.comboBox.getFont());
  16.          }
  17.  
  18.          this.this$0.installKeyboardActions();
  19.       }
  20.  
  21.    }
  22. }
  23.